@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  padding: 0;
  margin: 0;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
}

.container {
  padding: 40px 0;
}

.content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1124px;
}
@media screen and (min-width: 768px) {
  .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.content:not(:last-child) {
  margin-bottom: 20px;
}

.figure {
  margin: 0;
  padding: 0;
}

.figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

body {
  font-size: 1.6rem;
  position: relative;
  color: #5E4525;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

@media all and (-ms-high-contrast: none) {
  * {
    font-family: Meiryo, sans-serif;
    letter-spacing: normal;
    font-feature-settings: "palt";
  }
}
body {
  font-family: "Shippori Mincho B1", "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho b1-semibold {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
}

.en {
  font-family: "Montserrat";
}
.en.-side {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .en {
    font-size: 1.6rem;
  }
}

.small {
  font-size: 1.2rem;
}

.xsmall {
  font-size: 1rem;
}

html p {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 28px;
  color: #000;
  font-feature-settings: initial;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  html p {
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 1.3px;
  }
}
html h1 {
  font-size: 26px;
  letter-spacing: 1.5px;
  font-weight: normal;
  color: #91672C;
}

@media screen and (min-width: 768px) {
  html h1 {
    font-size: 28px;
    font-weight: bold;
  }
}
html h2 {
  font-size: 40px;
  letter-spacing: 1.5px;
  font-weight: normal;
  color: #91672C;
  margin: 0;
}

@media screen and (min-width: 768px) {
  html h2 {
    font-size: 48px;
    font-weight: bold;
  }
}
html h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #91672C;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  html h3 {
    font-size: 40px;
  }
}
html h4 {
  font-size: 24px;
  letter-spacing: 1.5px;
  color: #91672C;
  line-height: 30px;
  margin: 0;
}

#footer {
  background: url(../img/img_footer.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 3rem;
}
#footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 960px) {
  #footer {
    padding-top: 8rem;
  }
}
#footer .footer_Contact {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #footer .footer_Contact_Unit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
#footer .footer_Contact_Item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  #footer .footer_Contact_Item {
    margin-bottom: 8rem;
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
#footer .footer_Contact_Item__Title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
#footer .footer_url {
  position: relative;
  text-align: center;
  background-color: #91672C;
  display: block;
  z-index: 1;
}
#footer .footer_url p {
  color: #fff;
  margin: 0;
}

#header {
  width: 100%;
  height: 7.5rem;
  position: fixed;
  display: block;
  z-index: 9999;
}
#header .logo {
  display: block;
  background-color: #fff;
  padding: 1.5rem;
  position: fixed;
}
@media screen and (min-width: 768px) {
  #header .logo {
    padding: 2.5rem;
  }
}
#header .logo img {
  width: 4rem;
}
@media screen and (min-width: 768px) {
  #header .logo img {
    width: 6rem;
  }
}

.menu_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu_pc {
    display: block;
  }
}
.menu_pc .nav_pc {
  position: fixed;
  right: 3rem;
  margin: 2rem 3rem;
  width: 240px;
}
.menu_pc .nav_pc_ul {
  padding: 0;
  margin: 0;
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.menu_pc .nav_pc_li {
  writing-mode: vertical-rl;
  margin: 0 1rem;
}
.menu_pc .nav_pc_li a {
  color: #000;
  background-color: #fff;
  letter-spacing: 0.3rem;
  padding: 1.5rem 0;
}
.menu_pc .nav_pc_li a:hover {
  color: #fff;
  background-color: #91672C;
}

.menu_sp {
  color: #000;
}
@media screen and (min-width: 768px) {
  .menu_sp {
    display: none;
  }
}

.mainarea {
  position: relative;
}
.mainarea .main {
  position: relative;
}
.mainarea .main .logo {
  position: absolute;
  top: calc(50% - 111px);
  left: calc(50% - 40px);
}
.mainarea .main .logo img {
  width: 110px;
}
.mainarea .main .main-img {
  min-height: 100vh;
  padding: 4rem 0;
}
@media screen and (min-width: 960px) {
  .mainarea .main .main-img {
    padding: 5rem 0;
  }
}
.mainarea .main .main-img figure {
  margin: 0 3rem;
}
@media screen and (min-width: 768px) {
  .mainarea .main .main-img figure {
    margin: 0 5rem;
  }
}
.mainarea .main .main-img img {
  width: 100%;
  height: calc(100vh - 8rem);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .mainarea .main .main-img img {
    height: calc(100vh - 10rem);
  }
}
.mainarea .url {
  position: fixed;
  font-size: 1rem;
  writing-mode: vertical-rl;
  top: calc(50% - 8.5rem);
  left: -1rem;
  display: block;
  z-index: 9;
}
@media screen and (min-width: 960px) {
  .mainarea .url {
    font-size: 1.4rem;
    left: -1.3rem;
    top: calc(50% - 12rem);
  }
}
.mainarea .scrolldown2 {
  position: fixed;
  z-index: 9;
}

.open {
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
.open_text {
  font-size: 2.4rem;
  display: inline-block;
  color: #91672C;
}

#Concept .Concept_Wrap {
  color: #000;
  font-size: 2rem;
  writing-mode: vertical-rl;
  line-height: normal;
  letter-spacing: 1rem;
  margin: 0 auto;
  display: block;
  position: relative;
}
#Concept .Concept_Wrap_text {
  display: block;
  margin: 0 1rem;
}
#Concept .Concept_Wrap_text:nth-child(2) {
  margin-top: 2rem;
}
#Concept .Concept_Wrap_text:nth-child(3) {
  margin-top: 4rem;
}
#Concept .Concept_Wrap_text:nth-child(4) {
  margin-top: 6rem;
}
#Concept .Concept_Wrap_text:last-child {
  margin-top: 8rem;
}
#Concept .Concept_Wrap::before {
  content: "";
  background: url(../img/bg_img01.svg) no-repeat;
  background-size: contain;
  width: 21rem;
  height: 27rem;
  position: absolute;
  top: -6rem;
  right: -13rem;
  z-index: -1;
}
#Concept .Concept_Wrap::after {
  content: "";
  background: url(../img/bg_img02.svg) no-repeat;
  background-size: contain;
  width: 29rem;
  height: 27rem;
  position: absolute;
  bottom: -20rem;
  left: -18rem;
  z-index: -1;
}

#Message {
  padding-top: 7rem;
}
@media screen and (min-width: 960px) {
  #Message {
    padding-top: 24rem;
  }
}
@media screen and (min-width: 960px) {
  #Message .Message_Unit {
    display: flex;
    position: relative;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
#Message .Message_Item__Photo {
  position: relative;
}
#Message .Message_Item__Photo__Read {
  margin-left: 1rem;
  position: absolute;
  top: -12rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
#Message .Message_Item__Photo__Read .bg-br:last-child {
  margin-top: 2rem;
}
#Message .Message_Item__Photo__Img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  #Message .Message_Item__Photo {
    position: absolute;
    width: 70%;
    left: 0;
    top: -170px;
  }
}
#Message .Message_Item__Photo .en {
  display: none;
}
@media screen and (min-width: 960px) {
  #Message .Message_Item__Photo .en {
    display: block;
    position: absolute;
    top: 0;
    right: -4.5rem;
    font-size: 1.6rem;
  }
}
#Message .Message_Item__Text {
  position: relative;
  background-color: #fff;
  padding: 3rem;
  margin: -2rem -2rem 0 1.5rem;
  z-index: 1;
}
#Message .Message_Item__Text__Text {
  margin: 0;
}
#Message .Message_Item__Text .en {
  margin: 0;
}
@media screen and (min-width: 960px) {
  #Message .Message_Item__Text .en {
    display: none;
  }
}
#Message .Message_Item__Text .name {
  margin: 2rem 0 0;
  font-size: 2.4rem;
  text-align: end;
}
#Message .Message_Item__Text .name .en {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  #Message .Message_Item__Text {
    flex-basis: 50%;
    position: relative;
  }
}

@media screen and (min-width: 960px) {
  #Thought {
    padding-top: 25rem;
  }
}
@media screen and (min-width: 960px) {
  #Thought .Thought_Unit {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
#Thought .Thought_Item__Photo {
  position: relative;
  background: url(../img/bg_washi.jpg) no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-bottom: 3rem;
}
#Thought .Thought_Item__Photo_Img {
  display: block;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  #Thought .Thought_Item__Photo_Img {
    width: 60%;
  }
}
#Thought .Thought_Item__Photo_Img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #Thought .Thought_Item__Photo {
    position: absolute;
    width: 65%;
    right: -51px;
    top: -270px;
  }
}
#Thought .Thought_Item__Text__Title {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#Thought .Thought_Item__Text__Title__Sub {
  font-size: 2.4rem;
  margin: 0.5rem 0;
}
#Thought .Thought_Item__Text__Title::after {
  content: "";
  background: url(../img/bg_img02.svg) no-repeat;
  background-size: contain;
  width: 29rem;
  height: 27rem;
  position: absolute;
  bottom: -24rem;
  left: -8rem;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #Thought .Thought_Item__Text {
    flex-basis: 50%;
    position: relative;
  }
}

#Space {
  padding-top: 7rem;
}
@media screen and (min-width: 960px) {
  #Space {
    padding-top: 24rem;
  }
}
@media screen and (min-width: 960px) {
  #Space .Space_Unit {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
#Space .Space_Item__Photo {
  position: relative;
  margin-bottom: 1.5rem;
}
#Space .Space_Item__Photo__Read {
  margin-left: 1rem;
  position: absolute;
  top: -12rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
#Space .Space_Item__Photo__Read .bg-br:last-child {
  margin-top: 2rem;
}
#Space .Space_Item__Photo__Img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  #Space .Space_Item__Photo {
    flex-basis: 56%;
  }
}
#Space .Space_Item__Text__Title {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  #Space .Space_Item__Text__Title {
    align-items: flex-start;
  }
}
#Space .Space_Item__Text__Title::before {
  content: "";
  background: url(../img/bg_img01.svg) no-repeat;
  background-size: contain;
  width: 20rem;
  height: 27rem;
  position: absolute;
  top: -4rem;
  right: -6rem;
  z-index: -1;
}
#Space .Space_Item__Text__Title__Title {
  font-size: 6rem;
}
@media screen and (min-width: 960px) {
  #Space .Space_Item__Text__Title__Title {
    font-size: 8rem;
    font-weight: normal;
    letter-spacing: 1.5rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 960px) {
  #Space .Space_Item__Text {
    flex-basis: 40%;
  }
  #Space .Space_Item__Text__Text {
    width: 85%;
  }
}

#Food {
  padding-top: 7rem;
}
@media screen and (min-width: 960px) {
  #Food .Food_Unit {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
#Food .Food_Item__Photo {
  position: relative;
  margin-bottom: 1.5rem;
}
#Food .Food_Item__Photo__Read {
  margin-left: 1rem;
  position: absolute;
  top: -12rem;
  right: 1rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
#Food .Food_Item__Photo__Read .bg-br:last-child {
  margin-top: 2rem;
}
#Food .Food_Item__Photo__Img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  #Food .Food_Item__Photo {
    flex-basis: 56%;
  }
}
#Food .Food_Item__Text__Title {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
}
#Food .Food_Item__Text__Title::before {
  content: "";
  background: url(../img/bg_img01.svg) no-repeat;
  background-size: contain;
  width: 20rem;
  height: 27rem;
  position: absolute;
  top: 9rem;
  right: -6rem;
  transform: scale(-1, 1);
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #Food .Food_Item__Text__Title::before {
    top: 20rem;
    right: 0;
    left: -7rem;
  }
}
@media screen and (min-width: 960px) {
  #Food .Food_Item__Text__Title {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
#Food .Food_Item__Text__Title__Title {
  font-size: 6rem;
}
@media screen and (min-width: 960px) {
  #Food .Food_Item__Text__Title__Title {
    font-size: 8rem;
    font-weight: normal;
    letter-spacing: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  #Food .Food_Item__Text__Title__Sub {
    width: 75%;
    margin-left: 15%;
  }
}
@media screen and (min-width: 960px) {
  #Food .Food_Item__Text__Text {
    width: 75%;
    margin-left: 15%;
  }
}
@media screen and (min-width: 960px) {
  #Food .Food_Item__Text {
    flex-basis: 40%;
  }
  #Food .Food_Item__Text__Text {
    width: 85%;
  }
}

#Ingredients {
  padding-top: 7rem;
}
@media screen and (min-width: 960px) {
  #Ingredients {
    margin: 5rem auto;
  }
}
#Ingredients .Ingredients_Slide {
  position: relative;
  margin-bottom: 1.5rem;
}
#Ingredients .Ingredients_Slide__Read {
  position: absolute;
  top: -12rem;
  left: 3rem;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  z-index: 1;
}
#Ingredients .Ingredients_Slide__Read .bg-br:last-child {
  margin-top: 2rem;
}
#Ingredients .Ingredients_Slide .slide_lr {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto;
}
#Ingredients .Ingredients_Slide .slide_lr__item {
  margin: 0 0.5rem;
}
#Ingredients .Ingredients_Slide .slide_lr__item img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #Ingredients .Ingredients_Slide .slide_lr {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1140px) {
  #Ingredients .Ingredients_Slide .slide_lr {
    max-width: 2700px;
  }
}
#Ingredients .Ingredients_Slide .slide_rl {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto;
}
#Ingredients .Ingredients_Slide .slide_rl__item {
  margin: 0 0.5rem;
}
#Ingredients .Ingredients_Slide .slide_rl__item img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #Ingredients .Ingredients_Slide .slide_rl {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1140px) {
  #Ingredients .Ingredients_Slide .slide_rl {
    max-width: 2700px;
  }
}
#Ingredients .Ingredients__Text {
  margin: 0 3rem;
}
@media screen and (min-width: 960px) {
  #Ingredients .Ingredients__Text {
    max-width: 900px;
    margin: 6rem auto;
  }
}
@media screen and (min-width: 1084px) {
  #Ingredients .Ingredients__Text {
    max-width: 1024px;
  }
}
@media screen and (min-width: 960px) {
  #Ingredients .Ingredients__Text_Unit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  #Ingredients .Ingredients__Text_Unit::before {
    content: "INGREDIENTS";
    font-size: 1.4rem;
    font-family: "Montserrat";
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: -3rem;
  }
}
#Ingredients .Ingredients__Text__Title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  #Ingredients .Ingredients__Text__Title .en {
    display: none;
  }
}
#Ingredients .Ingredients__Text__Title__Title {
  font-size: 6rem;
}
@media screen and (min-width: 960px) {
  #Ingredients .Ingredients__Text__Title__Title {
    font-size: 8rem;
    font-weight: normal;
    letter-spacing: 1.5rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 960px) {
  #Ingredients .Ingredients__Text__Box {
    flex-basis: 80%;
  }
}

#Access {
  position: relative;
}
@media screen and (min-width: 960px) {
  #Access .container {
    padding-top: 10rem;
    position: relative;
  }
  #Access .container::before {
    content: "";
    background-color: #fff;
    background-size: contain;
    display: block;
    width: 10rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#Access .en.-side {
  position: absolute;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  #Access .en.-side {
    right: 5rem;
  }
}
@media screen and (min-width: 960px) {
  #Access .en.-side {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1140px) {
  #Access .en.-side {
    right: 15rem;
  }
}
#Access .Access_Title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  #Access .Access_Unit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#Access .Access_Item_Map {
  margin-right: 5rem;
  height: 30rem;
}
#Access .Access_Item_Map iframe {
  filter: grayscale(1);
}
@media screen and (min-width: 768px) {
  #Access .Access_Item_Map {
    margin-right: 8rem;
    height: 60rem;
  }
}
@media screen and (min-width: 960px) {
  #Access .Access_Item_Map {
    flex-basis: 50%;
    margin-right: 0;
  }
}
#Access .Access_Item_Text {
  margin: 2rem 3rem 0 3rem;
}
@media screen and (min-width: 960px) {
  #Access .Access_Item_Text {
    flex-basis: 35%;
    margin: 0 0 0 2rem;
  }
}
@media screen and (min-width: 960px) {
  #Access .Access_Item_Text {
    flex-basis: 30%;
    margin: 0 0 0 5rem;
  }
}
#Access .Access_Item_ul {
  padding: 0;
}
#Access .Access_Item_li {
  color: #000;
  margin-bottom: 2rem;
}
#Access .Access_Item_li::before {
  content: "";
  background-color: #000;
  background-size: contain;
  border-radius: 100%;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  top: -0.3rem;
  left: 0;
}
#Access .Access_Item_li__Text {
  margin: 0.5rem 0;
}
@media screen and (min-width: 960px) {
  #Access .Access_Item_li {
    margin-bottom: 1.5rem;
  }
  #Access .Access_Item_li p {
    line-height: 2;
  }
}
#Access .Access_Box {
  background-color: #fff;
  margin: 0 3rem;
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #Access .Access_Box {
    max-width: 960px;
    margin: 4rem 5rem;
  }
}
@media screen and (min-width: 1024px) {
  #Access .Access_Box {
    margin: 6rem auto;
    max-width: 1024px;
  }
}
#Access .Access_Box ul {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  #Access .Access_Box ul {
    padding: 2rem 5rem;
  }
}
#Access .Access_Box li {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#Access .Access_Box li::before {
  content: "";
  background-color: #000;
  background-size: contain;
  border-radius: 100%;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  top: -0.3rem;
  left: 0;
  margin-right: 0.5rem;
}
#Access .Access_Box li:last-child {
  margin-bottom: 0;
}

.bg-br {
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #91672C;
  writing-mode: vertical-rl;
  letter-spacing: 1rem;
  padding: 1rem 0.5rem 0 0.2rem;
  margin: 0 0.5rem;
}

.bg-gr {
  background-color: #F7F7F7;
}

.btn a {
  background: transparent;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 320px;
  min-width: 320px;
  padding: 20px 25px 30px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.btn a::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transition: 0.2s;
}

.btn a:hover::before {
  top: 0;
  left: 0;
}

.btn a:hover {
  text-decoration: none;
  background-color: transparent;
}

/*========= 下からふわっと ===============*/
/* 下からふわっと */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/*========= スクロールダウンのためのCSS ===============*/
/*=== 丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: calc(50% - 75px);
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .scrolldown2 {
    right: 2.5rem;
  }
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: transparent;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 135px;
  }
  100% {
    bottom: 25px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 135px;
  }
  100% {
    bottom: 25px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 160px;
  background: #000;
}
/*# sourceMappingURL=style.css.map */